MoveStatAffect

@Serializable
data class MoveStatAffect(val change: Int, val move: Handle.Named<Move>)(source)

A move that affects a stat and how it affects it. See: https://pokeapi.co/docs/v2#movestataffect

Parameters

change

The amount of change to the stat.

move

The move that affects this stat.

Constructors

Link copied to clipboard
constructor(change: Int, move: Handle.Named<Move>)

Properties

Link copied to clipboard
val change: Int
Link copied to clipboard